home *** CD-ROM | disk | FTP | other *** search
/ Stone Studio / Stone Studio (Stone Design)(2002).iso / Extras / PStill Helpers / DOCtor.app / Contents / Resources / antiword / antiword-gui.patch < prev    next >
Text File  |  2002-06-17  |  1KB  |  31 lines

  1. diff -r -C2 antiword.0.32/Makefile.MacOSX antiword.0.32-gui/Makefile.MacOSX
  2. *** antiword.0.32/Makefile.MacOSX       Wed Oct 24 18:38:04 2001
  3. --- antiword.0.32-gui/Makefile.MacOSX   Tue Nov 13 10:20:09 2001
  4. ***************
  5. *** 9,13 ****
  6.   DB    = NDEBUG
  7.   # Optimization: -O<n> or debugging: -g
  8. ! OPT   = -O2
  9.   
  10.   LDLIBS        =
  11. --- 9,13 ----
  12.   DB    = NDEBUG
  13.   # Optimization: -O<n> or debugging: -g
  14. ! OPT   = -O2 -D__macosx
  15.   
  16.   LDLIBS        =
  17. diff -r -C2 antiword.0.32/antiword.h antiword.0.32-gui/antiword.h
  18. *** antiword.0.32/antiword.h    Tue Sep 25 17:36:47 2001
  19. --- antiword.0.32-gui/antiword.h        Tue Nov 13 10:18:34 2001
  20. ***************
  21. *** 143,146 ****
  22. --- 143,150 ----
  23.   #define ANTIWORD_DIR          "antiword"
  24.   #define FONTNAMES_FILE                "fontname.txt"
  25. + #elif defined(__macosx)
  26. + #define GLOBAL_ANTIWORD_DIR   "."
  27. + #define ANTIWORD_DIR          "antiword"
  28. + #define FONTNAMES_FILE                "fontnames"
  29.   #else
  30.   #define GLOBAL_ANTIWORD_DIR   "/opt/antiword/share"
  31.